-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cardano.Api -> Cardano.Api.Typed and HardForkBlock #1909
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rvl
added
the
ADDING FEATURE
Mark a PR as adding a new feature, for auto-generated CHANGELOG
label
Jul 15, 2020
9 tasks
rvl
force-pushed
the
rvl/1870/bump-deps
branch
2 times, most recently
from
July 16, 2020 04:36
291e9db
to
3b96a3b
Compare
rvl
changed the title
Cardano.Api -> Cardano.Api.Typed
Cardano.Api -> Cardano.Api.Typed and HardForkBlock
Jul 17, 2020
rvl
added a commit
that referenced
this pull request
Jul 18, 2020
This updates cardano-node and cardano-cli, but not the cardano libraries, which will be taken care of in #1909
rvl
added a commit
that referenced
this pull request
Jul 18, 2020
This updates cardano-node and cardano-cli, but not the cardano libraries, which will be taken care of in #1909
rvl
force-pushed
the
rvl/1870/bump-deps
branch
3 times, most recently
from
July 18, 2020 07:48
d8c7ea2
to
4e403f7
Compare
iohk-bors bot
added a commit
that referenced
this pull request
Jul 18, 2020
1925: cardano-node: 1.15.1 -> 1.16.x (master branch) r=Anviking a=rvl ### Issue Number Relates to #1920. ### Overview This updates cardano-node and cardano-cli from 1.15.1 to ~1.16.0~ [e28c1d3](IntersectMBO/cardano-node@e28c1d3), but not the cardano libraries, which will be taken care of in #1909. Co-authored-by: Rodney Lorrimar <[email protected]>
rvl
force-pushed
the
rvl/1870/bump-deps
branch
3 times, most recently
from
July 19, 2020 14:05
4a06270
to
e38582b
Compare
Anviking
reviewed
Jul 19, 2020
We can tackle that in a second time..... Or not. With the time constraints we have, there will likely be very little time between the release and the hard-fork. So we may as well leave it as it is. |
KtorZ
reviewed
Jul 21, 2020
KtorZ
reviewed
Jul 21, 2020
KtorZ
reviewed
Jul 21, 2020
KtorZ
reviewed
Jul 21, 2020
KtorZ
reviewed
Jul 21, 2020
This fails now, since 'rebalanceSelection' completely disregard any form of dust threshold.
I greatly simplified the function as well, it probably handles slightly worse some edge-cases but it's probably for the best in terms of maintenance burden.
bors r+ please. |
iohk-bors bot
added a commit
that referenced
this pull request
Jul 25, 2020
1909: Cardano.Api -> Cardano.Api.Typed and HardForkBlock r=KtorZ a=rvl ### Issue Number Relates to #1870. ### Overview - Updates cardano-node to latest master version. - Updates libraries to version from cardano-node master. - Cardano.Api → Cardano.Api.Typed changes. - Change `ShelleyBlock` → `CardanoBlock sc` in "Compatibility" module - Change `ShelleyBlock` → `CardanoBlock sc` in network module - Add in byron implementations of conversion functions for two-era mode. - Add CLI support for two-era mode. - Use LocalStateQuery to get the history Interpreter from the node. - Update shelley transaction layer to use new extended keys support in Cardano.Api.Typed. ### Comments - [x] Fix all the type errors in packages other than cardano-wallet-shelley. - [x] Transaction layer works during shelley era - [ ] Transaction layer works during byron era - [x] Manual testing against [mainnet_candidate](https://hydra.iohk.io/job/Cardano/iohk-nix/cardano-deployment/latest/download/1/index.html) which is in byron era -- can sync and restore empty wallet - [x] Manual testing against [shelley_qa](https://hydra.iohk.io/job/Cardano/iohk-nix/cardano-deployment/latest/download/1/index.html) which is in shelley era -- can sync and restore empty wallet - [ ] Unit tests passing - [x] Merge integration test cluster setup from #1924, and fix. Co-authored-by: Rodney Lorrimar <[email protected]> Co-authored-by: Johannes Lund <[email protected]>
Build failed |
bors retry |
iohk-bors bot
added a commit
that referenced
this pull request
Jul 25, 2020
1909: Cardano.Api -> Cardano.Api.Typed and HardForkBlock r=KtorZ a=rvl ### Issue Number Relates to #1870. ### Overview - Updates cardano-node to latest master version. - Updates libraries to version from cardano-node master. - Cardano.Api → Cardano.Api.Typed changes. - Change `ShelleyBlock` → `CardanoBlock sc` in "Compatibility" module - Change `ShelleyBlock` → `CardanoBlock sc` in network module - Add in byron implementations of conversion functions for two-era mode. - Add CLI support for two-era mode. - Use LocalStateQuery to get the history Interpreter from the node. - Update shelley transaction layer to use new extended keys support in Cardano.Api.Typed. ### Comments - [x] Fix all the type errors in packages other than cardano-wallet-shelley. - [x] Transaction layer works during shelley era - [ ] Transaction layer works during byron era - [x] Manual testing against [mainnet_candidate](https://hydra.iohk.io/job/Cardano/iohk-nix/cardano-deployment/latest/download/1/index.html) which is in byron era -- can sync and restore empty wallet - [x] Manual testing against [shelley_qa](https://hydra.iohk.io/job/Cardano/iohk-nix/cardano-deployment/latest/download/1/index.html) which is in shelley era -- can sync and restore empty wallet - [ ] Unit tests passing - [x] Merge integration test cluster setup from #1924, and fix. Co-authored-by: Rodney Lorrimar <[email protected]> Co-authored-by: Johannes Lund <[email protected]>
Build failed |
…ancing What we loose from this might be exact balancing in some cases (when the transaction is exactly balanced but coalescing dust may remove one or more change output and change the fee). So we might hit problems with some edge-cases on Jörmungandr but things should be fine on cardano-node where we might occasionally pay a little bit more than necessary...
…atment-of-dusting-threshold make feeOpt dependent on minimum utxo
…it's safe Retiring at epoch 1 causes some race condition with the cluster setup. Indeed, we now know to wait for the hard fork to begin and it sometimes happen that it's already too late to submit the certificate for a retirement in epoch 1. Therefore, retirement now happens a bit later. Also, I've bumped the retirement at epoch '1_000' to '100_000' because we are actually reaching epoch 1_000 pretty early in the test suite and even up to 10k epochs!
bors r+ |
iohk-bors bot
added a commit
that referenced
this pull request
Jul 25, 2020
1909: Cardano.Api -> Cardano.Api.Typed and HardForkBlock r=KtorZ a=rvl ### Issue Number Relates to #1870. ### Overview - Updates cardano-node to latest master version. - Updates libraries to version from cardano-node master. - Cardano.Api → Cardano.Api.Typed changes. - Change `ShelleyBlock` → `CardanoBlock sc` in "Compatibility" module - Change `ShelleyBlock` → `CardanoBlock sc` in network module - Add in byron implementations of conversion functions for two-era mode. - Add CLI support for two-era mode. - Use LocalStateQuery to get the history Interpreter from the node. - Update shelley transaction layer to use new extended keys support in Cardano.Api.Typed. ### Comments - [x] Fix all the type errors in packages other than cardano-wallet-shelley. - [x] Transaction layer works during shelley era - [ ] Transaction layer works during byron era - [x] Manual testing against [mainnet_candidate](https://hydra.iohk.io/job/Cardano/iohk-nix/cardano-deployment/latest/download/1/index.html) which is in byron era -- can sync and restore empty wallet - [x] Manual testing against [shelley_qa](https://hydra.iohk.io/job/Cardano/iohk-nix/cardano-deployment/latest/download/1/index.html) which is in shelley era -- can sync and restore empty wallet - [ ] Unit tests passing - [x] Merge integration test cluster setup from #1924, and fix. Co-authored-by: Rodney Lorrimar <[email protected]> Co-authored-by: Johannes Lund <[email protected]>
Build failed |
bors r+ |
iohk-bors bot
added a commit
that referenced
this pull request
Jul 25, 2020
1909: Cardano.Api -> Cardano.Api.Typed and HardForkBlock r=KtorZ a=rvl ### Issue Number Relates to #1870. ### Overview - Updates cardano-node to latest master version. - Updates libraries to version from cardano-node master. - Cardano.Api → Cardano.Api.Typed changes. - Change `ShelleyBlock` → `CardanoBlock sc` in "Compatibility" module - Change `ShelleyBlock` → `CardanoBlock sc` in network module - Add in byron implementations of conversion functions for two-era mode. - Add CLI support for two-era mode. - Use LocalStateQuery to get the history Interpreter from the node. - Update shelley transaction layer to use new extended keys support in Cardano.Api.Typed. ### Comments - [x] Fix all the type errors in packages other than cardano-wallet-shelley. - [x] Transaction layer works during shelley era - [ ] Transaction layer works during byron era - [x] Manual testing against [mainnet_candidate](https://hydra.iohk.io/job/Cardano/iohk-nix/cardano-deployment/latest/download/1/index.html) which is in byron era -- can sync and restore empty wallet - [x] Manual testing against [shelley_qa](https://hydra.iohk.io/job/Cardano/iohk-nix/cardano-deployment/latest/download/1/index.html) which is in shelley era -- can sync and restore empty wallet - [ ] Unit tests passing - [x] Merge integration test cluster setup from #1924, and fix. Co-authored-by: Rodney Lorrimar <[email protected]> Co-authored-by: Johannes Lund <[email protected]>
Build failedSeen once already and quite flaky. Will investigate later outside of this PR ☝️ |
🎉 |
How to creat an acount
| |
韩守根
|
|
邮箱:[email protected]
|
签名由 网易邮箱大师 定制
On 07/26/2020 01:15, Alex Apeldoorn wrote:
🎉
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
iohk-bors bot
added a commit
that referenced
this pull request
Jul 27, 2020
1932: Hardfork countdown support r=KtorZ a=paweljakubas # Issue Number <!-- Put here a reference to the issue this PR relates to and which requirements it tackles --> #1917 # Overview <!-- Detail in a few bullet points the work accomplished in this PR --> - [x] I have extended `ApiNetworkParameters` - [x] I have updated swagger accordingly - [x] I have updated core `TypeSpec` - [x] I have extended `NetworkParameters` - [x] I have extended DB schema and addressed DB migrations - [x] I have used `QueryAnytimeShelley EraStart` from `CardanoQuery` to get value - [x] I have tested the above # Comments <!-- Additional comments or screenshots to attach if any --> To move forward I need #1909 to be merged. As, ``` QueryAnyTimeShelley EraStart :: Query CardanoBlock ``` <!-- Don't forget to: ✓ Self-review your changes to make sure nothing unexpected slipped through ✓ Assign yourself to the PR ✓ Assign one or several reviewer(s) ✓ Once created, link this PR to its corresponding ticket ✓ Assign the PR to a corresponding milestone ✓ Acknowledge any changes required to the Wiki --> Co-authored-by: Pawel Jakubas <[email protected]>
This was referenced Jul 27, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue Number
Relates to #1870.
Overview
ShelleyBlock
→CardanoBlock sc
in "Compatibility" moduleShelleyBlock
→CardanoBlock sc
in network moduleComments